This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Wow! ~Bill Quetfoochekakol 13.Jan.04 08:11 AM a Web browser Applications Development All ReleasesAll Platforms
The fact that the SaveOptions setting changes the return code of an explicit notesDocument.save really surprises me.
Can you tell whether the document is actually being saved to the database, or the save return value falsly returns True. I rather suspect the latter, so an explicit save in a webquerysave agent is effectively ignored, which is my experience in the fiurst place.
Try something like:
doc.webSaveTime = now()
... prior to the save to determine time of save (which might also be determined from $Revisions)